-
Notifications
You must be signed in to change notification settings - Fork 1
Deploy Puppet on Google Cloud C4A (Arm-based Axion VMs) #28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
98a1a9b to
417699f
Compare
| In this guide, you will perform baseline testing of Puppet on a GCP SUSE Arm64 VM to verify that the installation works correctly. You will check Puppet and Facter versions, run basic Puppet commands, apply a simple manifest, and confirm that system facts are collected accurately. | ||
|
|
||
| ### Verify Puppet Installation | ||
| Check that Puppet and Facter are correctly installed and respond to version checks: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verify that Puppet and Facter are correctly installed and respond to version checks:
| ruby -v | ||
| ``` | ||
| ### Run a Simple Puppet Command | ||
| Check that Puppet responds to commands by running puppet help. Seeing the help menu confirms that Puppet is working properly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check that Puppet responds to commands by running puppet help. If the help menu appears, Puppet is working correctly.
|
|
||
|
|
||
| ### Prerequisites | ||
| Ensure Puppet is installed and working: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ensure that Puppet is installed and functioning correctly:
| ### Build and install the Puppet gem | ||
| The **Puppet gem** provides the core Puppet framework, including its CLI, manifest parser, and resource management engine. | ||
|
|
||
| Builds and installs the Puppet 8.10.0 package from source into your Ruby environment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Builds and installs the Puppet 8.10.0 package from source into your Ruby environment. | |
| Build and install the Puppet 8.10.0 package from source into your Ruby environment. |
| ``` | ||
|
|
||
| ### Verification | ||
| Confirms Puppet is successfully installed and ready to use on the system. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Confirms Puppet is successfully installed and ready to use on the system. | |
| Confirm Puppet is successfully installed and ready to use on the system. |
Signed-off-by: odidev <[email protected]>
No description provided.